Request.headersForeach

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int headersForeach(int delegate(string key, string value) each)
    class Request
    int
    headersForeach
    (
    scope int delegate
    (
    string key
    ,
    string value
    )
    each
    )
  2. int headersForeach(int delegate(HTTPHeaderCode code, string key, string value) each)

Meta